home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
html-related
/
hsc
/
source
/
hsclib
/
lstatus.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-30
|
341b
|
18 lines
/*
* hsclib/lstatus.h
*
* status messages
*
*/
#ifndef HSCLIB_LSTATUS_H
#define HSCLIB_LSTATUS_H
extern VOID hsc_status_misc(HSCPRC * hp, STRPTR s);
extern VOID hsc_status_file_begin(HSCPRC * hp, STRPTR filename);
extern VOID hsc_status_file_end(HSCPRC * hp);
extern VOID hsc_status_line(HSCPRC * hp);
#endif /* HSCLIB_LSTATUS_H */